PHP do while loop

Learn PHP do while loop tutorials. The do while loop executes a block of code once and then runs the loop as long as the given condition is true.PHP do while loop executes the code at least once always...

PHP foreach loop

The foreach loop is used to get each element value in an array. foreach loop is used to loop through each key/value pair in an array. Learn PHP foreach loop tutorials....

Linux Directories

A Linux directory is collection of a files. Directory is used to store the file names and the related information. All the files, whether ordinary, special, or directory are stored in directories. Directory can also contain directory. Linux stores data and programs in files. These are organized in directories....

PHP session

PHP session is used to store data on server side. session_id is a unique number which is used to identify every user in a session based environment.Learn php session tutorials...

Learn How to Install PHP

Learn How to Install PHP. You can install php using WAMP for Windows, LAMP for Linux, MAMP for Mac, SAMP for Solaris, FAMP for FreeBSD, XAMPP (Cross, Apache, MySQL, PHP, Perl) for Cross Platform: It includes some other components too such as FileZilla, OpenSSL, Webalizer, Mercury Mail, etc....